From 3e3b5e2b2aa8a64f6520876a310d040784f5f6bf Mon Sep 17 00:00:00 2001 From: Keir Fraser Date: Thu, 1 May 2008 16:37:46 +0100 Subject: [PATCH] Fix lint in headers that are pulled into the Solaris tree. Signed-off-by: Ryan Scott --- xen/include/public/io/xs_wire.h | 1 + 1 file changed, 1 insertion(+) diff --git a/xen/include/public/io/xs_wire.h b/xen/include/public/io/xs_wire.h index 1039093516..f6a49ab6bf 100644 --- a/xen/include/public/io/xs_wire.h +++ b/xen/include/public/io/xs_wire.h @@ -61,6 +61,7 @@ struct xsd_errors const char *errstring; }; #define XSD_ERROR(x) { x, #x } +/* LINTED: static unused */ static struct xsd_errors xsd_errors[] #if defined(__GNUC__) __attribute__((unused)) -- 2.30.2